home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / c / qtools0.2-src.lha / src / libqdisplay / surface.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-10  |  214 b   |  12 lines

  1. #ifndef SURFACES_H
  2. #define SURFACES_H
  3.  
  4. #define ABS(a) ((a) >= 0 ? (a) : -(a))
  5.  
  6. short int lightstyleStrings[16][64];
  7. int lightstyleLengths[11];
  8.  
  9. void GetTMap(__memBase, struct texture *Text, short int mip);
  10.  
  11. #endif
  12.